[INFO] fetching crate substrate-test-utils 3.0.0...
[INFO] testing substrate-test-utils-3.0.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate substrate-test-utils 3.0.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate substrate-test-utils 3.0.0
[INFO] finished tweaking crates.io crate substrate-test-utils 3.0.0
[INFO] tweaked toml for crates.io crate substrate-test-utils 3.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate substrate-test-utils 3.0.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 29 packages to latest compatible versions
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.50.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pin-project-lite v0.1.12
[INFO] [stderr]   Downloaded substrate-test-utils-derive v0.9.0
[INFO] [stderr]   Downloaded tokio v0.2.25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9d8af7003c83f7c70bfb042a4f512011be24aa2041c3ead7527b63ccde00b40
[INFO] running `Command { std: "docker" "start" "-a" "f9d8af7003c83f7c70bfb042a4f512011be24aa2041c3ead7527b63ccde00b40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9d8af7003c83f7c70bfb042a4f512011be24aa2041c3ead7527b63ccde00b40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9d8af7003c83f7c70bfb042a4f512011be24aa2041c3ead7527b63ccde00b40", kill_on_drop: false }`
[INFO] [stdout] f9d8af7003c83f7c70bfb042a4f512011be24aa2041c3ead7527b63ccde00b40
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 844d88c1a9d00d8a03a625ac90bd906a078ed49a2ee9008233746fab75ebe905
[INFO] running `Command { std: "docker" "start" "-a" "844d88c1a9d00d8a03a625ac90bd906a078ed49a2ee9008233746fab75ebe905", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling substrate-test-utils-derive v0.9.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling substrate-test-utils v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s
[INFO] running `Command { std: "docker" "inspect" "844d88c1a9d00d8a03a625ac90bd906a078ed49a2ee9008233746fab75ebe905", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "844d88c1a9d00d8a03a625ac90bd906a078ed49a2ee9008233746fab75ebe905", kill_on_drop: false }`
[INFO] [stdout] 844d88c1a9d00d8a03a625ac90bd906a078ed49a2ee9008233746fab75ebe905
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca04bddbffcbeacff93b67ce86021de40954dd257377317c2680a3650d319590
[INFO] running `Command { std: "docker" "start" "-a" "ca04bddbffcbeacff93b67ce86021de40954dd257377317c2680a3650d319590", kill_on_drop: false }`
[INFO] [stderr]    Compiling substrate-test-utils v3.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `sc_service`
[INFO] [stdout]   --> tests/basic.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use sc_service::{TaskExecutor, TaskType};
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sc_service`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `sc_service`, use `cargo add sc_service` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `time` in `tokio`
[INFO] [stdout]    --> tests/basic.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `time` in `tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub mod time;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:324:19
[INFO] [stdout]     |
[INFO] [stdout] 324 |             #[cfg(feature = "time")]
[INFO] [stdout]     |                   ---------------- the item is gated behind the `time` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `trybuild` in this scope
[INFO] [stdout]   --> tests/ui.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let t = trybuild::TestCases::new();
[INFO] [stdout]    |             ^^^^^^^^ use of unresolved module or unlinked crate `trybuild`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `time` in `tokio`
[INFO] [stdout]    --> tests/basic.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `time` in `tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub mod time;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:324:19
[INFO] [stdout]     |
[INFO] [stdout] 324 |             #[cfg(feature = "time")]
[INFO] [stdout]     |                   ---------------- the item is gated behind the `time` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `time` in `tokio`
[INFO] [stdout]    --> tests/basic.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[substrate_test_utils::test(max_threads = 2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `time` in `tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub mod time;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:324:19
[INFO] [stdout]     |
[INFO] [stdout] 324 |             #[cfg(feature = "time")]
[INFO] [stdout]     |                   ---------------- the item is gated behind the `time` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `substrate-test-utils` (test "ui") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find `time` in `tokio`
[INFO] [stdout]    --> tests/basic.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `time` in `tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub mod time;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:324:19
[INFO] [stdout]     |
[INFO] [stdout] 324 |             #[cfg(feature = "time")]
[INFO] [stdout]     |                   ---------------- the item is gated behind the `time` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `time` in `tokio`
[INFO] [stdout]    --> tests/basic.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `time` in `tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub mod time;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:324:19
[INFO] [stdout]     |
[INFO] [stdout] 324 |             #[cfg(feature = "time")]
[INFO] [stdout]     |                   ---------------- the item is gated behind the `time` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `time` in `tokio`
[INFO] [stdout]    --> tests/basic.rs:51:9
[INFO] [stdout]     |
[INFO] [stdout]  51 |     tokio::time::delay_for(std::time::Duration::from_secs(
[INFO] [stdout]     |            ^^^^ could not find `time` in `tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub mod time;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:324:19
[INFO] [stdout]     |
[INFO] [stdout] 324 |             #[cfg(feature = "time")]
[INFO] [stdout]     |                   ---------------- the item is gated behind the `time` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `substrate_test_utils::tokio`
[INFO] [stdout]    --> tests/basic.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `substrate_test_utils::tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub use task::spawn;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |             #[cfg(feature = "rt-core")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `rt-core` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  19 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `substrate_test_utils::tokio`
[INFO] [stdout]    --> tests/basic.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `substrate_test_utils::tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub use task::spawn;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |             #[cfg(feature = "rt-core")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `rt-core` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  19 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `substrate_test_utils::tokio`
[INFO] [stdout]    --> tests/basic.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | #[substrate_test_utils::test(max_threads = 2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `substrate_test_utils::tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub use task::spawn;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |             #[cfg(feature = "rt-core")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `rt-core` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  19 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `substrate_test_utils::tokio`
[INFO] [stdout]    --> tests/basic.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `substrate_test_utils::tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub use task::spawn;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |             #[cfg(feature = "rt-core")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `rt-core` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  19 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `substrate_test_utils::tokio`
[INFO] [stdout]    --> tests/basic.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | #[substrate_test_utils::test]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `substrate_test_utils::tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs:390:19
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub use task::spawn;
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/cfg.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |             #[cfg(feature = "rt-core")]
[INFO] [stdout]     |                   ------------------- the item is gated behind the `rt-core` feature
[INFO] [stdout]     = note: this error originates in the attribute macro `substrate_test_utils::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]  19 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> tests/basic.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[substrate_test_utils::test]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `substrate_test_utils::tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> tests/basic.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[substrate_test_utils::test]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `substrate_test_utils::tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> tests/basic.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[substrate_test_utils::test(max_threads = 2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `substrate_test_utils::tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> tests/basic.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[substrate_test_utils::test]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `substrate_test_utils::tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> tests/basic.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[substrate_test_utils::test]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `substrate_test_utils::tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `substrate-test-utils` (test "basic") due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "ca04bddbffcbeacff93b67ce86021de40954dd257377317c2680a3650d319590", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca04bddbffcbeacff93b67ce86021de40954dd257377317c2680a3650d319590", kill_on_drop: false }`
[INFO] [stdout] ca04bddbffcbeacff93b67ce86021de40954dd257377317c2680a3650d319590
